PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.colors Package / PDFRgbColorSpace Class / convertToCompatibleDeviceColor Method
In This Topic
    convertToCompatibleDeviceColor Method
    In This Topic
    This method supports the internal library infrastructure and should not be used by external client code.
    Syntax
    public void convertToCompatibleDeviceColor( 
       double[] color,
       int colorOffset,
       double[] cdc,
       int cdcOffset
    )

    Parameters

    color
    colorOffset
    cdc
    cdcOffset
    See Also